projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60b767
)
python-cython: add python-setuptools/host as dep
author
Alexandru Ardelean
<
[email protected]
>
Sat, 8 Nov 2025 13:26:52 +0000
(15:26 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Sun, 9 Nov 2025 14:46:33 +0000
(16:46 +0200)
Required now, since python3 doesn't have any setuptools bundled.
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/python-cython/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-cython/Makefile
b/lang/python/python-cython/Makefile
index 76f91a852438c05dec7cd7ecb27cf7c76e0df868..e946c7d3c1033d9cdf3319bee1037a5f20fc3ba4 100644
(file)
--- a/
lang/python/python-cython/Makefile
+++ b/
lang/python/python-cython/Makefile
@@
-20,7
+20,13
@@
PKG_LICENSE_FILES:=LICENSE.txt
PKG_MAINTAINER:=Jeffery To <
[email protected]
>
PKG_HOST_ONLY:=1
-HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
+HOST_BUILD_DEPENDS:= \
+ python3/host \
+ python-build/host \
+ python-installer/host \
+ python-wheel/host \
+ python-setuptools/host \
+ python-packaging/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk